home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / PadHop.dxr / Internal_11_add to giconlist.ls < prev    next >
Encoding:
Text File  |  2002-01-31  |  190 b   |  11 lines

  1. property pSprite, spriteNum
  2. global gLivesIcons
  3.  
  4. on beginSprite me
  5.   pSprite = sprite(spriteNum)
  6.   gLivesIcons.add(pSprite)
  7.   if pSprite.visible = 0 then
  8.     pSprite.visible = 1
  9.   end if
  10. end
  11.